home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 99
/
(Vol 99) Jan 19 2010.iso
/
Games
/
bomb_bandits.swf
/
scripts
/
DefineSprite_203
/
frame_84
/
DoAction.as
Wrap
Text File
|
2010-01-19
|
359b
|
17 lines
i = 1;
while(i < _root.chartSize + 1)
{
this["scoreRow" + i].num = i + offset + ".";
this["scoreRow" + i].name = _root["topname" + (i + offset)];
this["scoreRow" + i].score = _root["topscore" + (i + offset)];
i++;
}
if(offsetDo == "up")
{
offset >= 40 ? 0 : offset++;
}
if(offsetDo == "down")
{
offset <= 0 ? 0 : offset--;
}